texttag: A few typo fixes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Mar 2021 18:04:27 +0000 (14:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Mar 2021 18:04:27 +0000 (14:04 -0400)
gtk/gtktexttag.c

index 1b33897f690b1afa28c5f206b4dedcc69785210f..f8db984825094ed5f7764208d48f9a6d5922bba9 100644 (file)
@@ -459,7 +459,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:justification:
    *
-   * Lett, right, or center justification.
+   * Left, right, or center justification.
    */
   g_object_class_install_property (object_class,
                                    PROP_JUSTIFICATION,
@@ -951,7 +951,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:underline-rgba-set:
    *
-   * If the #GtkTextTag:underline-rgba property has been set.
+   * If the `underline-rgba` property has been set.
    */
   ADD_SET_PROP ("underline-rgba-set", PROP_UNDERLINE_RGBA_SET,
                 P_("Underline RGBA set"),
@@ -968,7 +968,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:strikethrough-rgba-set:
    *
-   * If the #GtkTextTag:strikethrough-rgba property has been set.
+   * If the `strikethrough-rgba` property has been set.
    */
   ADD_SET_PROP ("strikethrough-rgba-set", PROP_STRIKETHROUGH_RGBA_SET,
                 P_("Strikethrough RGBA set"),